func context.newCancelCtx

3 uses

	context (current package)
		context.go#L236: 	c := newCancelCtx(parent)
		context.go#L242: func newCancelCtx(parent Context) cancelCtx {
		context.go#L443: 		cancelCtx: newCancelCtx(parent),